(WoMan-log-1): Make the log buffer writable. From
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:24:24 +0000 (16:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:24:24 +0000 (16:24 +0000)
Markus Rost <rost@math.ohio-state.edu>.

lisp/woman.el

index e98ab8255aaae10de14f600f0e9603583a16b1f8..1a3d7e8b75c10db03398204926a1c7a38611e11e 100644 (file)
@@ -4411,6 +4411,7 @@ If optional argument END is non-nil then make buffer read-only after
 logging the message."
   (save-excursion
     (set-buffer (get-buffer-create "*WoMan-Log*"))
+    (setq buffer-read-only nil)
     (goto-char (point-max))
     (or end (insert "  "))  (insert string "\n")
     (if end